Conversation
bd473a1 to
ba88a6c
Compare
The beta API now takes supported_types as the second argument instead of using builder methods with_supports_all_types() / with_supported_type().
ba2d82c to
5fb7be3
Compare
|
Please update the |
Currently happening here: #1928 EDIT: Now merged back to this branch, Rust integration tests are working but WebClient ones still are not all the way there yet. |
Bring all non-RPC-retry changes (RC bump, integration tests, web-client updates, CLI fixes, etc.) into the base branch so the PR diff only shows the RPC retry feature.
protocol to betaprotocol v0.14.0
|
0xMiden/node#1784 is merged and the branch is deleted. Please update the node deps. Thank you! |
This comment was marked as outdated.
This comment was marked as outdated.
|
I see errors when trying to compile the Build log: |
|
@greenhat I think this might be due to not respecting the |
I think so. I use it as a dependency. Can we use |
The node protobuf definitions changed in the last node commit or so. I've moved the |
| [test-groups.integration] | ||
| max-threads = 5 | ||
|
|
||
| [[profile.default.overrides]] | ||
| filter = "package(miden-client-unit-tests)" | ||
| threads-required = 2 | ||
|
|
||
| [[profile.default.overrides]] | ||
| filter = "binary(integration)" | ||
| test-group = "integration" |
There was a problem hiding this comment.
Is this part of the realease or an optional optimization?
| shard_index: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10] | ||
| shard_total: [10] |
There was a problem hiding this comment.
Same as comment above
| cd ./crates/web-client && yarn run test:clean -- --project=chromium $(SHARD_PARAMETER) | ||
|
|
||
| .PHONY: integration-test-web-client-opt | ||
| integration-test-web-client-opt: ## Run integration tests for the web client with optimized wasm build (chromium) |
There was a problem hiding this comment.
Should we add a CI job for this? Or update the existing one
| }); | ||
|
|
||
| await importDb(dbDump, page); | ||
| await clearStore(page, exported.storeName); |
There was a problem hiding this comment.
Strange that we are replacing a store import for a deletion
This PR upgrades protocol to v0.14.
TODO:
nextto0.14.0-beta.1to0.14.0-rc.1to0.14.0quite quickly so a bunch of things accumulated)